Interface FilterProviderInterface

Summary

Fully Qualified Name: Laminas\ModuleManager\Feature\FilterProviderInterface

Description

Methods

Name Description Defined By
getFilterConfig() Expected to return \Laminas\ServiceManager\Config object or array to seed such an object. FilterProviderInterface

Method Details

getFilterConfig()

Expected to return \Laminas\ServiceManager\Config object or array to seed such an object.

Returns: array|\Laminas\ServiceManager\Config

Top